home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00135.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  125 b   |  10 lines

  1. on idle
  2.    global gCurrID
  3.    if NetDone(gCurrID) = TRUE then
  4.      go to frame "exitAnim"
  5.    else
  6.      go loop
  7.    end if
  8. end
  9.  
  10.